projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4615ef
)
range: remove unneeded gtk_widget_queue_draw()
author
Cosimo Cecchi
<cosimoc@gnome.org>
Sun, 6 Mar 2016 19:08:49 +0000
(11:08 -0800)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Sun, 6 Mar 2016 19:10:44 +0000
(11:10 -0800)
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index 04fc6fe870f4e8049d96399c93cec262703e1db1..c85c20337a1d30c41e7cd47a8c8d38f9c9537a02 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-2436,7
+2436,6
@@
update_zoom_state (GtkRange *range,
gtk_style_context_add_class (context, "fine-tune");
else
gtk_style_context_remove_class (context, "fine-tune");
- gtk_widget_queue_draw (GTK_WIDGET (range));
range->priv->zoom = enabled;
}